home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / MIAWS / _NAV.DIR / 00006_Script_6 < prev    next >
Text File  |  1995-11-13  |  376b  |  17 lines

  1. --on exitFrame
  2. --  go frame 1
  3. --end exitFrame
  4. --
  5. --on mouseDown
  6. --  puppetSprite 2,true
  7. --  --  set the ink of sprite 2 to 33
  8. --  set the visible of sprite 2 to true
  9. --  puppetSprite 2,false
  10. --end mouseDown
  11. --
  12. --on mouseUp
  13. --  puppetSprite 2,true
  14. --  --set the ink of sprite 2 to 1
  15. --  set the visible of sprite 2 to true
  16. --  puppetSprite 2,false
  17. --end mouseUp